home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gSetFButtons, gprev, gdirmovie, gVolume, gFirstTimeInA
- repeat with i = 1 to 48
- puppetSprite(i, 0)
- end repeat
- repeat with i = 1 to 48
- puppetSprite(i, 1)
- end repeat
- if gSetFButtons = 1 then
- repeat with i = 2 to 10
- set the castNum of sprite i to i + 20
- end repeat
- set the castNum of sprite 12 to 12
- set the castNum of sprite 13 to 51
- else
- repeat with i = 2 to 12
- set the castNum of sprite i to 47
- end repeat
- end if
- if gFirstTimeInA = 1 then
- set the movieRate of sprite 28 to 1
- set the volume of sprite 28 to gVolume
- set gFirstTimeInA to 0
- end if
- set gprev to "mainframe"
- end
-